home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / misc / sim120bn / parallel.net < prev    next >
Text File  |  1993-11-09  |  1KB  |  32 lines

  1. !Documentation
  2.     (c) Copyright 1992 Genashor Corp.  All rights reserved.
  3.  
  4.     This circuit demonstrates SIMIC's ability to recognize elements
  5.     that are paralleled and merge the electrical characteristics
  6.     and reasonably predict delays for the merged devices.
  7.  
  8.     The following commands should be entered interactively to SIMIC:
  9.  
  10.     Define File=parallel
  11.     Get Type=parallel Report=all
  12.     Quit
  13.  
  14.     Notice the informatory messages by SIMIC.  Then look at the Listing
  15.     file, parallel.lst, to see the results of the compilation.  You could
  16.     also, interactively query SIMIC for the electrical characteristics.
  17.     For example, to see what the delay and net loading values are for this
  18.     circuit, issue the following two commands prior to the 'Quit' command
  19.     in the previous directions:
  20.  
  21.     ?Delay List:
  22.     ?Loading List:
  23. !Delay
  24. !Format    Delay=    Rise=    Fall=
  25.     Del1    [0,10]    [1,11]
  26. !Logical
  27. !Format    Part=    Type=    I=    O=    Odel=    Olod=
  28. Type=Parallel I=a O=b,c Olod=2,2
  29.     u1    And    a    b    Del1
  30.     u2    And    a    b    Del1
  31.     u3    And    a    c    Del1
  32.